﻿2026-06-22T00:56:58.4643096Z ##[group]Run actions/checkout@v5
2026-06-22T00:56:58.4644276Z with:
2026-06-22T00:56:58.4644959Z   fetch-depth: 0
2026-06-22T00:56:58.4645759Z   repository: SaberMage/spt-core
2026-06-22T00:56:58.4653943Z   token: ***
2026-06-22T00:56:58.4654704Z   ssh-strict: true
2026-06-22T00:56:58.4655404Z   ssh-user: git
2026-06-22T00:56:58.4656105Z   persist-credentials: true
2026-06-22T00:56:58.4656889Z   clean: true
2026-06-22T00:56:58.4657595Z   sparse-checkout-cone-mode: true
2026-06-22T00:56:58.4658435Z   fetch-tags: false
2026-06-22T00:56:58.4659210Z   show-progress: true
2026-06-22T00:56:58.4659941Z   lfs: false
2026-06-22T00:56:58.4660599Z   submodules: false
2026-06-22T00:56:58.4661321Z   set-safe-directory: true
2026-06-22T00:56:58.4662299Z ##[endgroup]
2026-06-22T00:56:58.5560492Z Syncing repository: SaberMage/spt-core
2026-06-22T00:56:58.5562765Z ##[group]Getting Git version info
2026-06-22T00:56:58.5564010Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-22T00:56:58.5565794Z [command]/usr/bin/git version
2026-06-22T00:56:58.5566644Z git version 2.43.0
2026-06-22T00:56:58.5579274Z ##[endgroup]
2026-06-22T00:56:58.5591334Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/890467ae-d3ce-4d4b-86ac-773a706fd11b' before making global git config changes
2026-06-22T00:56:58.5593751Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T00:56:58.5595701Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T00:56:58.5627099Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-22T00:56:58.5643945Z https://github.com/SaberMage/spt-core
2026-06-22T00:56:58.5654059Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T00:56:58.5656043Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T00:56:58.5678521Z HEAD
2026-06-22T00:56:58.5708581Z ##[endgroup]
2026-06-22T00:56:58.5709612Z [command]/usr/bin/git submodule status
2026-06-22T00:56:58.5894628Z ##[group]Cleaning the repository
2026-06-22T00:56:58.5896284Z [command]/usr/bin/git clean -ffdx
2026-06-22T00:57:01.4328442Z Removing target/
2026-06-22T00:57:01.4341268Z [command]/usr/bin/git reset --hard HEAD
2026-06-22T00:57:01.4549147Z HEAD is now at 2d91d4d1d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T00:57:01.4554208Z ##[endgroup]
2026-06-22T00:57:01.4556654Z ##[group]Disabling automatic garbage collection
2026-06-22T00:57:01.4560642Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T00:57:01.4590510Z ##[endgroup]
2026-06-22T00:57:01.4590882Z ##[group]Setting up auth
2026-06-22T00:57:01.4598400Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T00:57:01.4627374Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T00:57:01.4813047Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T00:57:01.4837758Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T00:57:01.5023930Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T00:57:01.5049537Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T00:57:01.5240100Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T00:57:01.5274506Z ##[endgroup]
2026-06-22T00:57:01.5274982Z ##[group]Fetching the repository
2026-06-22T00:57:01.5282708Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +2d91d4d1d5b41d31a774d2e6f8e817593281deac:refs/remotes/pull/27/merge
2026-06-22T00:57:02.1793728Z From https://github.com/SaberMage/spt-core
2026-06-22T00:57:02.1794363Z    2d4dae8b0..b8ec32b2c  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-22T00:57:02.1794959Z    223eb8ba6..d45d771fc  wedge-trace-v4 -> origin/wedge-trace-v4
2026-06-22T00:57:02.1828690Z ##[endgroup]
2026-06-22T00:57:02.1829677Z ##[group]Determining the checkout info
2026-06-22T00:57:02.1830311Z ##[endgroup]
2026-06-22T00:57:02.1834834Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T00:57:02.1875751Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T00:57:02.1899706Z ##[group]Checking out the ref
2026-06-22T00:57:02.1908402Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-22T00:57:02.1952450Z HEAD is now at 2d91d4d1d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T00:57:02.1956608Z ##[endgroup]
2026-06-22T00:57:02.1989649Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T00:57:02.2013052Z 2d91d4d1d5b41d31a774d2e6f8e817593281deac
